C1.DataCollection Assembly / C1.DataCollection Namespace / C1ConvertDataCollection<S,T> Class

In This Topic
C1ConvertDataCollection<S,T> Class Events
In This Topic

For a list of all members of this type, see C1ConvertDataCollection<S,T> members.

Public Events
 NameDescription
Public EventOccurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
Public EventOccurs before the collection changes.  
Public EventRaised after a filter operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
Public EventRaised after a grouping operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
Public EventOccurs when an item is added to the cache.  
Public EventOccurs when an item is removed from the cache.  
Public EventOccurs after the current page changed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
Public EventOccurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
Public EventRaised after a sort operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>)
Top
See Also